[HVM] Implement password authentication of VNC connections.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 08:50:09 +0000 (09:50 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 08:50:09 +0000 (09:50 +0100)
commit6c96f333167552e4ad7bed79250054155fbaef75
treed151cadb0643750de884071c48c43c6fb260556d
parenta75c9af600f0f92d882477dc33c8a5fbe225d37c
[HVM] Implement password authentication of VNC connections.

The specification is as mentioned at
http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00666.html
(However, password came to describe plain text)

The difference is follows.
- protocol_authtype() without the necessity was deleted.
- The check on the protocol version was added.
- And, some small modification.

Signed-off-by: Masami Watanabe <masami.watanabe@jp.fujitsu.com>
13 files changed:
tools/examples/xend-config.sxp
tools/examples/xmexample.hvm
tools/examples/xmexample.vti
tools/ioemu/Makefile.target
tools/ioemu/d3des.c [new file with mode: 0644]
tools/ioemu/d3des.h [new file with mode: 0644]
tools/ioemu/vl.c
tools/ioemu/vl.h
tools/ioemu/vnc.c
tools/ioemu/xenstore.c
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py